Operation Context.PopBlobList (Pop File List)
In component org.nuxeo.ecm.core.automation.coreContrib
Description
Restore the last saved input file list in the context input stack
Operation id | Context.PopBlobList |
---|---|
Aliases | Blob.PopList |
Category | Push & Pop |
Label | Pop File List |
Requires | |
Since |
Parameters
No parameters.
Signature
Inputs | void |
---|---|
Outputs | bloblist |
Implementation Information
Implementation Class | Class: org.nuxeo.ecm.automation.core.operations.stack.PopBlobList |
---|---|
Contributing Component | org.nuxeo.ecm.core.automation.coreContrib |
JSON Definition
{ "id" : "Context.PopBlobList", "aliases" : [ "Blob.PopList" ], "label" : "Pop File List", "category" : "Push & Pop", "requires" : null, "description" : "Restore the last saved input file list in the context input stack", "url" : "Context.PopBlobList", "signature" : [ "void", "bloblist" ], "params" : [ ] }